home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / antenna / azproj10 / ghost.doc < prev    next >
Text File  |  1995-07-19  |  2KB  |  44 lines

  1.  
  2. SETTING UP GHOSTSCRIPT
  3.  
  4.     For MSDOS machines, Ghostscript is available in 3 flavors, MSDOS
  5. for 386 machines (fastest), Windows and DesqView X. Ghostscript is
  6. freely available (with the GNU License) from ftp.cs.wisc.edu:/pub/ghost,
  7. and from the GNU servers everywhere. The current (Jul '94) price for
  8. Ghostscript on PC diskettes is U.S. $48 (incl S&H), payable by check
  9. or money order to Aladdin Enterprises and mailed to:
  10.         203 Santa Margarita Ave.
  11.         Menlo Park, CA 94025
  12.  
  13.     The simplified procedure for installing the 386 version is -
  14.  
  15. 1) Copy gs261386.zip, gs261ini.zip, az_proj.zip to a convenient directory,
  16. say C:\gs261, then run pkunzip
  17.  
  18.     c:\gs261>pkunzip *
  19.  
  20.     producing a directory with about 7.5M of files. For ghostscript,
  21. these will include the executable gs386.exe, the DOS extender dos4gw.exe,
  22. various files used for gs261 startup and some .doc files. Some of the .ps
  23. files are test images. They are alphabet.ps, cheq.ps, chess.ps, colorcir.ps,
  24. escher.ps, golfer.ps, snowflak.ps, tiger.ps. Test one of them out
  25. on your VGA display by
  26.  
  27.     c:\gs261>gs386 -q -- tiger.ps
  28.  
  29.     If the output has text, ghostscript will complain that the
  30. required font files are missing and that it has substituted the font
  31. "ugly", which comes with gs261ini.zip. Nicer fonts are available from
  32. Aladdin with the Ghostscipt package and even nicer fonts are available
  33. from Adobe.
  34.  
  35.     Next create a file to send to your printer. For a HP Color Desk
  36. Jet 500 the instruction is
  37.  
  38.     c:\gs261>gs386 -q -sDEVICE=cdj550 -sOutputFile=tiger.cdj -- tiger.ps
  39.  
  40.     After several minutes and some disk activity an output file
  41. tiger.cdj (about 1M) will be produced, which can be sent to the printer.
  42.  
  43.  
  44.